home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldopc / install.exe / _SETUP.1 / WALDOPC.EXE / WALDOPC.DXR / 00353.ls < prev    next >
Encoding:
Text File  |  1996-06-11  |  133 b   |  10 lines

  1. on exitFrame
  2.   global questnum
  3.   if questnum = 1 then
  4.     go("quest2")
  5.   end if
  6.   if questnum = 2 then
  7.     go("quest3")
  8.   end if
  9. end
  10.